SetTimeBaseStopTime
You can set the stop time of a time base by calling theSetTimeBaseStopTime
function. The stop time defines the time base's maximum time value. You must specify the new stop time in a time structure.
pascal void SetTimeBaseStopTime (TimeBase tb, const TimeRecord *tr);
tb
- Specifies the time base for this operation. Your application obtains this time base identifier from the
NewTimeBase
function (described on page 2-297).tr
- Contains a pointer to a time structure that contains the stop time value.
DESCRIPTION
Do not use theSetTimeBaseStopTime
function to restrict the Movie Toolbox to a portion of a movie--use theSetMovieActiveSegment
function (described on page 2-121) instead.ERROR CODES
NoneSEE ALSO
You can determine the stop time of a time base by calling theGetTimeBaseStopTime
function, which is described in the next section.